Internal link builder in Rich Text Editor ignores the site settings in web.config
Prev |
Consider a solution which includes more than one site in it. In this case you may encounter the following problem:
Internal link builder in Rich Text Editor ignores the site settings in web.config. This way, you may get a link href in the html like this:<a href="/SdnArchive/Root/Home/page01.html">Hi!</a> instead of <a href="/SdnArchive/page01.html">Hi!</a>.
Follow this link to read the detailed description of the issue.
Download the source code which solves the problem by selecting this link.
Prev